home *** CD-ROM | disk | FTP | other *** search
- echo "This make take some time..."
-
- alias cc vc -sd -dontwarn=-1 -O2
-
- echo "Processing _main etc..."
- cc -c _lmath.s
- cc -c _main.c
- cc -c errno.c
- cc -c _errors.c
- cc -c _chkabort.c
- cc -c geta4.s
- echo "Processing ctype..."
- cc -c ctype/#?.c
- echo "Processing stdio..."
- cc -c stdio/#?.c
- echo "Processing stdlib..."
- cc -c stdlib/#?.c
- echo "Processing string..."
- cc -c string/#?.c
- echo "Processing time..."
- cc -c time/#?.c
- echo "Processing setjmp..."
- cc -c setjmp/#?.s
- echo "Processing signal..."
- cc -c signal/#?.c
- echo "Processing locale..."
- cc -c locale/#?.c
-
- echo "Joining everything together..."
- alib r vcs _main
- alib r vcs _chkabort
- alib r vcs _lmath
- alib r vcs errno
- alib r vcs _errors
- alib r vcs geta4
- alib r vcs ctype/isalnum
- alib r vcs ctype/isalpha
- alib r vcs ctype/iscntrl
- alib r vcs ctype/isdigit
- alib r vcs ctype/isgraph
- alib r vcs ctype/islower
- alib r vcs ctype/isprint
- alib r vcs ctype/ispunct
- alib r vcs ctype/isspace
- alib r vcs ctype/isupper
- alib r vcs ctype/isxdigit
- alib r vcs ctype/tolower
- alib r vcs ctype/toupper
- alib r vcs ctype/_ctype_
- alib r vcs stdio/fclose
- alib r vcs stdio/fflush
- alib r vcs stdio/fgetc
- alib r vcs stdio/fgets
- alib r vcs stdio/fopen
- alib r vcs stdio/fputc
- alib r vcs stdio/fputs
- alib r vcs stdio/gets
- alib r vcs stdio/puts
- alib r vcs stdio/remove
- alib r vcs stdio/rename
- alib r vcs stdio/_fillbuf
- alib r vcs stdio/_flushbuf
- alib r vcs stdio/_putbuf
- alib r vcs stdio/__v0printf
- alib r vcs stdio/__v0fprintf
- alib r vcs stdio/__v0sprintf
- alib r vcs stdio/ungetc
- alib r vcs stdio/ftell
- alib r vcs stdio/fseek
- alib r vcs stdio/fread
- alib r vcs stdio/fwrite
- alib r vcs stdio/setvbuf
- alib r vcs stdio/vfprintf
- alib r vcs stdio/printf
- alib r vcs stdio/vprintf
- alib r vcs stdio/fprintf
- alib r vcs stdio/vfscanf
- alib r vcs stdio/vsprintf
- alib r vcs stdio/sprintf
- alib r vcs stdio/vscanf
- alib r vcs stdio/scanf
- alib r vcs stdio/fscanf
- alib r vcs stdio/sscanf
- alib r vcs stdio/vsscanf
- alib r vcs stdio/getchar
- alib r vcs stdio/freopen
- alib r vcs stdio/tmpfile
- alib r vcs stdio/tmpnam
- alib r vcs stdio/setbuf
- alib r vcs stdio/putchar
- alib r vcs stdio/rewind
- alib r vcs stdio/fgetpos
- alib r vcs stdio/fsetpos
- alib r vcs stdio/clearerr
- alib r vcs stdio/feof
- alib r vcs stdio/ferror
- alib r vcs stdio/perror
- alib r vcs stdlib/malloc
- alib r vcs stdlib/system
- alib r vcs stdlib/rand
- alib r vcs stdlib/calloc
- alib r vcs stdlib/strtol
- alib r vcs stdlib/strtoul
- alib r vcs stdlib/atol
- alib r vcs stdlib/atoi
- alib r vcs stdlib/abs
- alib r vcs stdlib/labs
- alib r vcs stdlib/div
- alib r vcs stdlib/ldiv
- alib r vcs stdlib/qsort
- alib r vcs stdlib/bsearch
- alib r vcs stdlib/getenv
- alib r vcs stdlib/abort
- alib r vcs stdlib/atexit
- alib r vcs stdlib/realloc
- alib r vcs string/memchr
- alib r vcs string/memcmp
- alib r vcs string/memcpy
- alib r vcs string/memmove
- alib r vcs string/memset
- alib r vcs string/strcat
- alib r vcs string/strcpy
- alib r vcs string/strcmp
- alib r vcs string/strncmp
- alib r vcs string/strncpy
- alib r vcs string/strchr
- alib r vcs string/strncat
- alib r vcs string/strstr
- alib r vcs string/strpbrk
- alib r vcs string/strrchr
- alib r vcs string/strspn
- alib r vcs string/strlen
- alib r vcs string/strcspn
- alib r vcs string/strerror
- alib r vcs string/strtok
- alib r vcs time/__gmtoffset
- alib r vcs time/time
- alib r vcs time/clock
- alib r vcs time/asctime
- alib r vcs time/localtime
- alib r vcs time/mktime
- alib r vcs time/gmtime
- alib r vcs time/strftime
- alib r vcs setjmp/setjmp
- alib r vcs signal/signal
- alib r vcs signal/raise
- alib r vcs locale/setlocale
- alib r vcs locale/localeconv
- alib r vcs geta4
-
- copy vcs.lib vlib:
-
- echo "Done! vcs.lib copied to vlib:"
-
-